'Declaration
<EditorBrowsableAttribute(EditorBrowsableState.Never)> Public Class ComboBoxBuilder(Of T) Inherits C1.Web.Mvc.Fluent.ComboBoxBaseBuilder(Of T,ComboBox(Of T),ComboBoxBuilder(Of T))
[EditorBrowsable(EditorBrowsableState.Never)] public class ComboBoxBuilder<T> : C1.Web.Mvc.Fluent.ComboBoxBaseBuilder<T,ComboBox<T>,ComboBoxBuilder<T>>